| lcTIN_Bnd | Home |
|
BOOL lcTIN_Bnd ( HANDLE hTIN, double MaxDist, HANDLE hLcWnd ); |
| hTIN | |
| Handle to a TIN object. | |
| MaxDist | |
| Maximal length of boundary edge. Specify zero for unlimited length. This parameter can eliminate amount of long-side triangles, see Remarks section. | |
| hLcWnd | |
| Handle to a graphics window object. | |
| If the function succeeds, the return value is nonzero (TRUE). |
|
There is TIN model with points on a grid with distance 10.0 units between points. MaxDist parameter can optimize boundary for triangulation: MaxDist = 0.0
MaxDist = 10.0
|
| Code sample, lcTIN_BndGetPoint |